home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / create5a / readme.txt < prev    next >
Text File  |  1999-10-13  |  486b  |  16 lines

  1. SRINIS WORLD
  2. haisrini@email.com
  3.  
  4.     Purpose
  5. Load a TreeView from a text file with tabs denoting indentation
  6.  
  7.     Method
  8. Read the file and count the leading tabs. Give the new node the right
  9. parent for its level of indentation.
  10.  
  11.     Disclaimer
  12. This example program is provided "as is" with no warranty of any kind. It is
  13. intended for demonstration purposes only. In particular, it does no error
  14. handling. You can use the example in any form, but please mention
  15. www.vb-helper.com.
  16.